home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / VGANIM10.ARJ / PALETTE.DOC < prev    next >
Text File  |  1992-08-29  |  1KB  |  23 lines

  1.  
  2.     ATTENTION - VGA ANIMATE DEMO VIEWERS
  3.  
  4.  
  5.     The palette functions used in VGA ANIMATE may cause screen flicker
  6.     on certain video boards, due to the operation of certain palette
  7.     manipulation functions built into the board BIOS.  These video boards
  8.     require multiple "waits" for the vertical sync flag to appear while
  9.     updating the video palette.
  10.  
  11.     Certain video board BIOS routines only require one "wait for vertical 
  12.     sync" before updating the board's color palette.  This configuration will
  13.     produce a fast color change without flicker.  The routines used in the
  14.     VGA ANIMATE DEMO assume this type of board is used.
  15.  
  16.     We have taken into account the problem of "multiple waits required"
  17.     and have included an additional routine to wait for the sync flag before
  18.     changing each portion of the color palette.  The downside of using this
  19.     additional routine, however, is slower palette updating.  
  20.  
  21.         ref : set_palette(char far *palette, char speed);
  22.     
  23.